home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 July & August / cd No4 joystick No62.iso / mac / pc / SHARE / LIGHTLIB / LANGUAGE.Z / CAVOWED.ADD < prev    next >
Text File  |  1995-02-23  |  2KB  |  79 lines

  1. ; These definitions are used for Light Lib Objects inside the painter
  2. [FORM:LIGHTLIBDATAWINDOW]
  3. ContTitle=Light Lib Data Window
  4. text=LightLibDataWindow Caption
  5. InitMethod=LIGHTLIBDATAWINDOW(oWindow,iCtlID,oServer)
  6. Name=TheLightLibDataWindow
  7. Size=420,320
  8. DialogTemplate=1
  9. Position=5,5
  10. Style=WS_BORDER|WS_CHILD
  11. Assign05=Icon Name,Icon(CLASS:ICON)
  12. Assign06=Accelerator Table,Accelerator(CLASS:Accelerator)
  13. Assign100=Menu,Menu(CLASS:Menu)
  14. Assign07=Help File Name,HelpDisplay(string)
  15. Method10=View As,ViewAs(VIEWS)
  16. Method11=Data Server,Use(CLASS:DBSERVER)
  17. Method13=Font,Font(FONT)
  18. Method80=Notify Event,Notify(CODE:Notify)
  19. Method76=PreValidate Event,PreValidate(CODE:PreValidate)
  20.  
  21. [CONTROL:IMAGEWINDOWCONTROL]
  22. ContTitle=ImageControl
  23. floatbar=llivowe1
  24. ClassName=Static
  25. Name=TheImageControl
  26. Size=200,200
  27. Style=WS_CHILD|SS_ICON|WS_BORDER
  28. InitMethod=ImageWindowControl(PARENT,ID)
  29. assign01=Name,HyperLabel(%Name%,%Caption%,,)
  30. assign02=Caption,HyperLabel(,lstring,,)
  31. assign03=Description,HyperLabel(,,string,)
  32. assign04=Help Context,HyperLabel(,,,string)
  33. Assign05=Background Color,Background(COLOR)
  34. Method10=Image FieldName, RegisterAsLightLibDataWindowClient(STRING)
  35.  
  36.  
  37. [CONTROL:TEXTCONTROL:BUTTON:SOUNDPLAYWINDOWCONTROL]
  38. ContTitle=Push Button
  39. floatbar=llmvowe1
  40. Type=CommandControl
  41. ClassName= button
  42. Name=TheSoundPlayControl
  43. text=PlaySound
  44. Size=80,22
  45. Style=WS_CHILD|WS_TABSTOP
  46. InitMethod = SoundPlayWindowControl(PARENT,ID)
  47. Method10=Sound FieldName, RegisterAsLightLibDataWindowClient(STRING)
  48.  
  49. [CONTROL:TEXTCONTROL:BUTTON:SOUNDRECORDWINDOWCONTROL]
  50. ContTitle=Push Button
  51. floatbar=llmvowe2
  52. Type=CommandControl
  53. ClassName= button
  54. Name=TheSoundRecordControl
  55. text=RecordSound
  56. Size=80,22
  57. Style=WS_CHILD|WS_TABSTOP
  58. InitMethod = SoundRecordWindowControl(PARENT,ID)
  59. Method10=Sound FieldName, RegisterAsLightLibDataWindowClient(STRING)
  60.  
  61. [CONTROL:VIDEOPLAYWINDOWCONTROL]
  62. ContTitle=VideoControl
  63. floatbar=llmvowe3
  64. ClassName=Static
  65. Name=TheVideoControl
  66. Size=163,187
  67. Style=WS_CHILD|SS_ICON|WS_BORDER
  68. InitMethod=VideoPlayWindowControl(PARENT,ID)
  69. assign01=Name,HyperLabel(%Name%,%Caption%,,)
  70. assign02=Caption,HyperLabel(,lstring,,)
  71. assign03=Description,HyperLabel(,,string,)
  72. assign04=Help Context,HyperLabel(,,,string)
  73. Assign05=Background Color,Background(COLOR)
  74. Method10=Video FieldName, RegisterAsLightLibDataWindowClient(STRING)
  75.  
  76.  
  77.  
  78. ; End of Light Lib Definitions
  79.